Aggregate the specified enumeration into a destination value.
| Name | Description |
|---|---|
| Reduce<TItem, TReduction>(this IEnumerable, TReduction, Func<TItemTReductionTReduction>) | Aggregate the specified enumeration into a destination value. |
| Reduce<TItem, TReduction>(this IEnumerable<TItem>, Func<TItemTReductionTReduction>) | Aggregate the specified enumeration into a destination value. |
| Reduce<TItem, TReduction>(this IEnumerable<TItem>, TReduction, Func<TItemTReductionTReduction>) | Aggregate the specified enumeration into a destination value. |